<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/* 通用属性 */
* { margin:0; padding:0; list-style:none; }
body { font-size:14px; color:#000; font-family:Microsoft YaHei,sans-serif; }
img { border:0; vertical-align:top;
	image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
html, body {width:100%;height:100%;max-width: 100%;min-width: 320px;}
address, caption, cite, code, dfn, em, th, dt, var {font-style: normal;font-weight: normal;}
::-webkit-scrollbar{width: 8px;height: 8px;}
::-webkit-scrollbar-thumb{background-color: hsl(220deg 1% 19%/46%);-webkit-transition: background-color .3s;transition: background-color .3s;}
::-webkit-scrollbar-track{background: rgba(255,252,252,.11);}

/* a */
a { color:#333; text-decoration:none; }
a:visited { }
a:active, a:hover{text-decoration:none;color:#035aac;}
a:focus{outline:none;text-decoration:none;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
h1,h2,h3,h4,h5,h6,p,ol,ul{padding: 0;margin: 0;}
:focus{outline: none;}
.ovfl{overflow: hidden;}
.flex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; }
.lflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; }
.ltflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:flex-start; -ms-flex-align:flex-start; -webkit-align-items:flex-start; align-items:flex-start; }
.lbflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:flex-end; -ms-flex-align:flex-end; -webkit-align-items:flex-end; align-items:flex-end; }
.rflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; }
.rtflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:flex-start; -ms-flex-align:flex-start; -webkit-align-items:flex-start; align-items:flex-start; }
.rbflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:flex-end; -ms-flex-align:flex-end; -webkit-align-items:flex-end; align-items:flex-end; }
.mflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; flex-direction:column; -webkit-flex-direction:column; text-align:center; }
.mtflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; flex-direction:column; -webkit-flex-direction:column; text-align:center; }
.mbflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; flex-direction:column; -webkit-flex-direction:column; text-align:center; }
.dh300s{transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;}
.donghua{-moz-transition: all .5s;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
::after, ::before {-moz-transition: all .5s;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
.dhwz{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.dhwz2{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
.mar0a{margin: 0 auto;}
.con-fff{width:100%;height:100%;}
.fl {float:left;}
.fr {float:right;}
input { border-radius:0; -webkit-appearance:none; appearance:none; background:none; border:0; box-shadow:0 0 0; font-size:14px; }
textarea { border-radius:0; -webkit-appearance:none; appearance:none;  background:none; border:0; box-shadow:0 0 0; font-size:14px; }
table {border-collapse:collapse; border-spacing:0;}
table td, table th{padding: 5px 10px;border: 1px solid #ddd;}

.container{width: 1300px;margin:0 auto;max-width: 100%;}

@media (max-width:767px) {
	.container{padding-left: 10px;padding-right: 10px;width: 100%;}
	.row{margin-left: -10px;margin-right: -10px;}
}

/* 头部 */
#header{height: 90px;position: fixed;top: 0;width: 100%;background: url(../images/headerbg.png) repeat-x;padding:0 15px;z-index: 1000;background: #fff;box-shadow: 0 0 10px rgb(0 0 0 / 30%);}
#header.active{background: #fff;box-shadow: 0 0 10px rgb(0 0 0 / 30%);}
.headcon{position:relative;z-index:999;}
.logo{float: left;margin: 8px 0;}
.logo h1{ float:left; }
.logo h2{ float:left; }
.logo dd{ float: left; padding-left: 20px; margin-left: 20px; margin-top: 12px; border-left: 1px solid #ccc;}
.logo dd h3{ font-weight: bold; color: #035aac; font-size: 24px; letter-spacing: 1px;}
.logo dd p{ text-transform: uppercase; padding-top: 8px;}
.logo a{/* display: block; *//* position:relative; */}
.logo a img{height:75px;}
.logo a img.logo-def{position: relative;left: 0;top: 0;z-index: 1;}
.logo a img.logo-fix{position: absolute;left: 0;top: 0;z-index: 1;opacity: 0;}
#header:hover .logo a img{opacity: 1;}
.head-raea{float: right;margin-left:55px;margin-top: 39px;position: relative;display: none;}
.head-htel{text-align:center;color:#fff;padding-left:28px;background:url(../images/htel.png) no-repeat left;float:left;}
.head-htel h4{font-size:18px;font-weight:bold;}
.head-htel h4 a{color:#fff;}
.head-htel p{font-size:14px;}

#search-btn{float:left;display:block;line-height: 36px;margin: 27px 0;color:#fff;background:#035aac;font-size:16px;padding:0 26px;border-radius:18px;cursor:pointer;}
#search-btn i{margin-right:8px;}
#search-close{float:left;display:block;line-height: 34px;margin: 22px 0;color:#fff;font-size:30px;cursor:pointer;display:none;}
.search-con{position:absolute;right:0;top:90px;width:350px;background:#4a4a4a;padding:10px;overflow:hidden;display:none;}
.search-con form{background:#fff;}
#keyword{display: block;height: 40px;width: 100%;background: none;text-indent: 1em;padding-right:50px;}
.search-con .s_bt{position: absolute;right: 10px;top: 10px;cursor: pointer;display: block;width: 40px;height: 40px;background: url(../images/search-btn.png) no-repeat;}
.search-con .s_bt:hover{background-color:#ddd;}

#m-head-nav{height: 20px;float: left;display:none;margin-left: 20px;margin-top: 10px;width: 24px;}	
#m-head-nav .line{width: 24px;height: 2px;background-color: #035aac;position: absolute;right: 0;top: 0px;}
#m-head-nav .line1{margin-top: 0px;}
#m-head-nav .line3{margin-top: 7px;}
#m-head-nav[data-active="on"] .line1{margin-top: 0;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}
#m-head-nav[data-active="on"] .line2{display: none;}
#m-head-nav[data-active="on"] .line3{margin-top: 0;-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);transform: rotate(-45deg);}
#header:hover #m-head-nav .line, #header.active #m-head-nav .line{background-color:#035aac;}
@media (max-width: 991px){
	#m-head-nav{display:block;}
	.logo dd{ float: left; padding-left: 20px; margin-left: 20px; margin-top: 12px; border-left: 1px solid #ccc;}
    .logo dd h3{ font-weight: bold; color: #035aac; font-size: 24px; letter-spacing: 1px;}
    .logo dd p{ text-transform: uppercase; padding-top: 8px;}
}

@media (max-width: 767px){
    .logo dd{float: left;padding-left: 20px;margin-left: 20px;margin-top: 24px;border-left: 1px solid #ccc;}
    .logo dd h3{font-weight: bold;color: #035aac;font-size: 22px;letter-spacing: 0px;}
    .logo dd p{text-transform: uppercase;padding-top: 8px;display: none;}
}

@media (max-width: 500px){
	.logo dd{float: left;padding-left: 20px;margin-left: 20px;margin-top: 14px;border-left: 1px solid #ccc;display: none;}
}

/* 导航栏 */
.nav{float: right;}
.nav&gt;li{float: left;margin-right: 32px;position:relative;}
.nav&gt;li:last-child{margin-right: 0px;}
.nav&gt;li&gt;a{display: block;font-size: 16px;padding: 0;color: #333;position: relative;line-height: 90px;padding: 0 4px;}
.nav&gt;li:hover&gt;a&gt;span,.nav&gt;li.cur&gt;a&gt;span{color: #035aac;}
.nav&gt;li&gt;a::after{content: '';position: absolute;left: 50%;right: 50%;bottom: 0px;height: 4px;background-color: #fff;-webkit-transition-property: left,right;transition-property: left,right;}
.nav&gt;li:last-child&gt;a::before{display:none;}
.nav-er-box{position: absolute;top: 100%;left: 50%;margin-left: -90px;width: 180px;display: none;padding-top: 6px;box-shadow: 0 10px 10px 0px rgb(0 0 0 / 40%);}
.nav-er-list{background: #333;line-height: 40px;position: relative;border-bottom: 1px solid #666;}
.nav-er-list:last-child{border-bottom: none;}
.nav-er-list a{display: block;padding: 0 15px;}
.nav-san-box{position: absolute;top:0;left: 100%;width: 218px;background: #fff;display: none;}
.nav&gt;li:last-child&gt;.nav-er-box .nav-san-box{left: auto;right:100%}
.nav-er{color: #f7f7f7;font-size: 15px;}
.nav-er i{float: left;display:block;width:20px;height:20px;margin-right:10px;margin-top:10px;    background-repeat: no-repeat;background-size: 20px;}
.nav-er span{display: block;text-align:center;}
.nav-san-box a{position: relative;display: block;padding-left: 56px;}
.nav-san-box a::before{content: '';position: absolute;top:15px;left: 23px;width: 10px;height: 10px;background: url(../images/page/nav-rjt.png);}
.nav-yi::after{position: absolute;content: ''; bottom:25px;left: 0;width: 100%;border-bottom: 2px solid #035aac;display: none;}
.nav-er-box::before{position: absolute;content: ''; width: 18px;height: 6px;background: url(../images/page/nav-up.png) no-repeat center;left: 50%;margin-left: -9px;top:0;}
.nav li.active .nav-yi{color: #035aac;}
.nav-box li.active .nav-yi::after{display: block;}
.nav&gt;li:hover .nav-er-box{display: block;}
.nav&gt;li:hover .nav-yi{color: #035aac;}
.nav&gt;li:hover .nav-yi:after{display: block;}
.nav-er-list:hover .nav-er{color: #035aac;font-weight: bold;}
.nav-er-list:hover .nav-er i{background-position-y: -20px;}
.nav-er-list:hover{background: #fff;}
.nav-er-list:hover .nav-san-box{display: block;}
.nav-san-box a:hover{color: #035aac;}
.nav&gt;li:hover&gt;a::after, .nav&gt;li.cur&gt;a::after{left: 0;right: 0;background-color: #035aac;}
#header:hover .logo, #header.active .logo{margin:8px 0;}
#header:hover .nav, #header.active .nav{}
#header:hover .nav&gt;li&gt;a, #header.active .nav&gt;li&gt;a{color:#333;}
#header:hover .nav&gt;li:hover&gt;a, #header:hover .nav&gt;li.cur&gt;a, #header:hover .nav&gt;li&gt;a:focus, #header:hover .nav&gt;li&gt;a:hover,
#header.active .nav&gt;li:hover&gt;a, #header.active .nav&gt;li.cur&gt;a, #header.active .nav&gt;li&gt;a:focus, #header.active .nav&gt;li&gt;a:hover{background:transparent;color:#035aac;}
#header:hover .nav&gt;li&gt;a::after, #header.active .nav&gt;li&gt;a::after{background-color: #035aac;}
#header:hover .head-raea, #header.active .head-raea{margin-top:24px;}
#header:hover .head-htel, #header.active .head-htel{color: #666;background: url(../images/htelx.png) no-repeat left;}
#header:hover .head-htel h4 a, #header.active .head-htel h4 a{color: #333;}

/* 小屏幕导航 */
.mm-nav-box{overflow:hidden;position: fixed;top: 90px;right: 0;width: 100%;height: 100%;z-index: 998;display: none;-webkit-transform: translateY(-100%);-moz-transform: translateY(-100%);-ms-transform: translateY(-100%);-o-transform: translateY(-100%);transform: translateY(-100%);}
.mm-nav-box[data-on="active"]{-webkit-transform: translateX(0);-moz-transform: translateX(0);-ms-transform: translateX(0);-o-transform: translateX(0);transform: translateX(0);}
.mm-nav-box .mm-wrap{position: fixed;top: 0;right: 0;width: 40%;padding-bottom: 15px;z-index: 100;border-top: 1px solid rgba(0,0,0,.15);box-shadow: 0 5px 8px 0 rgb(0 0 0 / 20%);}
.mm-nav-box .mm-wrap:before{content: "";width: 100%;height: 100%;position: absolute;top: 0;left: 0;background-color: #fff;z-index: -1;}
.mm-nav-box .mm-nav .li1{margin: 0 20px;line-height: 60px;border-bottom: 1px solid rgba(0,0,0,.15);}
.mm-nav-box .mm-nav .li1 .a1{display: block;color: #222222;font-size: 16px;}
.mm-nav-box .mm-nav .li1.on .a1{color: #e00000;}
.mm-nav-box .mm-nav .li1.on .mm-title{border-color: #e00000;}
.mm-nav-box .mm-nav .li1 .mm-title{position: relative;height: 60px;line-height: 60px;}
.mm-nav-box .mm-nav .li1 .mm-title .am{display:block;width:100%;height:100%;}
.mm-nav-box .mm-nav .li1 .mm-title .a1{position: absolute;top: 0;left: 0;height: 100%;z-index: 10;}
.mm-nav-box .mm-nav .li1 .mm-title .click{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.mm-nav-box .mm-nav .li1 .mm-title .click:after{content: "";position: absolute;top: 50%;right: 20px;width: 6px;height: 6px;border-top: 1px solid #222222;border-right: 1px solid #222222;-webkit-transform: rotate(135deg);-ms-transform: rotate(135deg);-o-transform: rotate(135deg);transform: rotate(135deg);margin-top: -3px;}
.mm-nav-box .mm-nav .li1 .mm-title .mclick{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.mm-nav-box .mm-nav .li1 .mm-title .mclick a{display:block;width:100%;height:100%;}
.mm-nav-box .mm-nav .li1.on .mm-title .click:after{border-color: #e00000;}
.mm-nav-box .mm-nav .li1 .mm-innav{display: none;padding: 6px 0;}
.mm-nav-box .mm-nav .li1[data-on="click"] .mm-innav{display: block;border-top: 1px solid rgba(0,0,0,.15);}
.mm-nav-box .mm-nav .li1[data-on="click"] .mm-title .click:after{-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);}
.mm-nav-box .mm-nav .li1[data-on="click"] .a1{color:#035aac}
.mm-nav-box .mm-nav .li1 .mm-innav li{margin: 0 10px;border-bottom: 1px solid rgba(255,255,255,.4);line-height: 1;}
.mm-nav-box .mm-nav .li1 .mm-innav li a{color: #222222;font-size: 14px;line-height: 1.4;display: block;padding: 6px 0;}
.mm-nav-box .mm-nav .li1 .mm-innav li a:hover{color:#035aac}
.mm-nav-box .mm-nav .li1 .mm-innav li .box2{margin: 0 15px;}
.mm-nav-box .mm-wrap .mmlang{padding: 0 10px;font-size: 0;display: none;}
.mm-nav-box .mm-wrap .mmlang .mmitem{height: 55px;line-height: 55px;width: 50%;font-size: 14px;color: #222222;display: inline-block;*display: inline;*zoom: 1;text-align: center;}
.mm-nav-box .mm-wrap .mmlang .mmitem.on{color:  #e00000;}
.header_space{width: 100%;height: 90px;/* display:none; */}
@media (max-width: 1309px){
	.nav&gt;li{margin-right:40px;}
	.nav&gt;li&gt;a::before{right: -24px;}
	.head-raea{margin-left:20px;}
}
@media (max-width: 1199px){
	.nav&gt;li{margin-right:15px;}
	.nav&gt;li&gt;a::before{right: -6px;}
}
@media (max-width: 991px){
	.nav{display:none;}
	.mm-nav-box {display: block;}
	.header_space{display:block;}
	.head-raea{margin-left:0;display: block;float: right;}
}
@media (max-width: 800px){
	.mm-nav-box .mm-nav .li1 .mm-title{height: 45px;line-height: 45px;}
}
@media (max-width: 600px){
	.mm-nav-box .mm-wrap{width: 100%;padding-bottom: 0;}
	.mm-nav-box .mm-nav .li1 .mm-title .a1{font-size: 14px;}
	.mm-nav-box .mm-nav .li1 .mm-innav li a{font-size: 13px;}
	.mm-nav-box .mm-nav .li1{margin: 0 10px;}
	.mm-nav-box .mm-wrap .mmlang{display: block;}
}
@media (max-width: 500px){
	#header, .header_space{height:66px;}
	#header{padding:0 10px;}
	.logo a img{height:50px;}
	#header:hover .logo, #header.active .logo{margin-top: 8px;}
	#header:hover .head-raea, #header.active .head-raea{margin-top: 16px;}
	#search-btn{font-size:14px;padding:0 15px;margin:15px 0;}
	#m-head-nav{margin-left:15px;margin-top: 10px;}
	.mm-nav-box{top: 66px;}
}
@media (max-width: 400px){
	#header:hover .head-htel, #header.active .head-htel{padding-left:0;background:none;}
	#m-head-nav{margin-left:10px;}
}
@media (max-width: 350px){
	.head-htel h4{font-size:15px;}
}

.headlf{padding: 20px 10px;float:left;}
.headlf .m_logo{height: 40px;display:block;}
.headrg{padding-right:5%;padding-top: 24px;float:right; display: none; }
.headrg a .m_menuimg{height:16px;vertical-align:top;display:block}
.m_nav{display:block;position:fixed;top:0;left:0;width:0;height:0;overflow:hidden;z-index:10000}
.m_nav .closecover{position:absolute;width:100%;height:100%;background:#0b0d19;filter:alpha(opacity=0);opacity:0;left:0;top:0;z-index:1}
.m_nav .closeicon{position:absolute;width:20%;left: 10px;top:5%;z-index:100;text-align:center;filter:alpha(opacity=0);opacity:0;}
.m_nav .m_navList{position:absolute;width:80%;right:0;top:0;background:#0b0d19;height:100%;z-index:100;right:-80%;overflow-y:scroll}
.m_nav .m_navList ul{padding-left:5%;padding-right:5%}
.m_nav .m_navList ul li{border-bottom:1px solid #232530}
.m_nav .m_navList ul li a{display:block;height:45px;color:#fff;line-height:45px;padding-left:5%;font-size:16px;overflow: hidden;}
.m_nav .m_navList ul li .m_f_a{display:flex;align-items:center;justify-content:space-between;width:100%}
.m_nav .m_navList ul li .m_f_a a{flex:1;font-weight: bold;}
.m_nav .m_navList ul li .m_f_a i{width:40px;height:35px;box-sizing:border-box;padding:0 5px;display:block}
.icon{background:url(../images/plus.png) 100% no-repeat;background-position:50% 50%;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
.icon_on{background:url(../images/reduce.jpg) 50% no-repeat!important;background-position:50% 50%;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
.m_nav .m_navList ul li .m_s_nav{display:none;width:100%}
.m_nav .m_navList ul li .m_s_nav a{display:block;height:40px;line-height:40px;font-size:14px;padding-left:10%;overflow:hidden;white-space:nowrap;width:90%;background: url(../images/nav-sanjiao.png) 13px 16px no-repeat;text-overflow:ellipsis;}}


/* 轮播图 */
#banner{position:relative;}
#banner video{width:100%;display:block;}
#banner .swiper-slide a{display:block;}
#banner .swiper-slide img{display:block;max-width:100%;}
#banner .swiper-pagination{bottom:60px;font-size:0;}
#banner .swiper-pagination-bullet{width:30px;height:30px;opacity:1;border-radius: 50%;border:3px solid transparent;background:transparent;position:relative;}
#banner .swiper-pagination-bullet:after{content:'';width:8px;height:8px;background:#fff;border-radius: 50%;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);}
#banner .swiper-pagination-bullet-active{border-color:rgb(255 255 255 / 80%);}
#banner .swiper-pagination-bullet-active:after{background:#035aac;}
#banner .swiper-button-prev, #banner .swiper-button-next{width:46px;height:46px;background:url(../images/ban-jt.png) no-repeat center left;border:1px solid #fff;border-radius:50%;transition:all .3s;-webkit-transition:all .3s;}
#banner .swiper-button-prev{left:-115px;}
#banner .swiper-button-next{right:-115px;transform: rotate(180deg);}
#banner:hover .swiper-button-prev{left:115px;}
#banner:hover .swiper-button-next{right:115px;}
#banner .swiper-button-prev:hover, #banner .swiper-button-next:hover{border-color:#035aac;background:url(../images/ban-jt.png) no-repeat center left -46px;box-shadow: 0 0 3px 0px rgb(200 200 200 / 80%);}
#banner .scrbtn{position:absolute;left:0;right:0;bottom:0;z-index:1;}
#banner .scrbtn a{display:block;width:192px;height:42px;margin:0 auto;background:url(../images/scroll.png) no-repeat;}
@media (max-width: 1400px){
	#banner .swiper-button-prev{left:60px;}
	#banner .swiper-button-next{right:60px;}
}

@media (max-width: 1024px){
    #banner{ padding-top:0; }
}

@media (max-width: 991px){
    .headrg{display:block;padding-top: 36px;}l
}


@media (max-width: 767px){
	#banner .swiper-pagination{bottom:20px;}
	#banner .swiper-pagination-bullet{border:none;}
	#banner .swiper-button-prev, #banner .swiper-button-next{display:none;}
	#banner .scrbtn{display:none;}
}

@media (max-width: 500px){
    .headrg{display:block;padding-top: 24px;}l
}


@media (max-width: 450px){
	#banner .swiper-pagination{bottom: 0px;}
}


#search{background: #fff;background-size: cover;border-bottom: 1px solid #ccc;}
.search-left{float:left;padding:30px 0;width:30%;}
.search-left p{font-size:24px;color:#fff;position:relative;padding-right:52px;line-height:64px;background-size:contain;}

.search-right{}
.search-form{width: 400px;float:right;margin-top: 0px;}
.search-form input[type=text]{float:left;padding: 21px 20px 21px 30px;line-height:20px;width: calc(100% - 72px);background:url(../images/search-ico.png) no-repeat left 20px center #fff;border: 1px solid #ccc;border-right: none;border-bottom: none;border-top: none;}
.search-form input[type=submit]{float:left;width: 72px;height: 62px;background: #035aac;color:#fff;}
.search-aa{float: left;font-size: 14px;line-height: 60px;color: #333;margin-top:5px;}
.search-aa a{color:#fff;margin-right: 5px;}
.search-aa a:hover{color:#035aac}
.gjc{float: left;line-height: 62px;}
.gjc span{float: left;font-size: 14px;color: #035aac;}
.gjc p{float: left;}
.gjc p a{font-size: 14px;}
@media only screen and (max-width: 1199px) {
	.search-left{display:none;}
	.search-right{width:100%;margin-bottom:10px;}
	.search-form{width: 100%;float: left;margin-top: 20px;}
	.search-aa{float:left;}
	.search-form input[type=text]{padding: 10px 20px 8px 16px;background: url(../images/search-ico.png) no-repeat left 10px center #fff;border-bottom: 1px solid #ccc;border-top: 1px solid #ccc;}
	.search-form input[type=submit]{height: 40px;}
}

@media only screen and (max-width: 767px) {
	.search-form input[type=text]{padding: 10px 20px 8px 16px;background: url(../images/search-ico.png) no-repeat left 10px center #fff;border-bottom: 1px solid #ccc;border-top: 1px solid #ccc;}
	.search-form input[type=submit]{height: 40px;}
}

@media only screen and (max-width: 500px) {
	.search-form input[type=text]{padding: 10px 20px 8px 16px;background: url(../images/search-ico.png) no-repeat left 10px center #fff;border-bottom: 1px solid #ccc;border-top: 1px solid #ccc;}
	.search-form input[type=submit]{height: 40px;}
	.gjc{line-height: 32px;padding-top: 10px;padding-left: 10px;}
}



/* 首页标题 */
.title{padding:0 10px;text-align: center;}
.title h2{font-size: 36px;color: #333;font-weight: bold;}
.title p{color: #999;font-size: 16px;margin-top: 8px;text-transform:uppercase;font-family:Arial;}
@media only screen and (max-width:767px){
	.title h2{font-size: 30px;}
	.title p{font-size: 14px;margin-top: 5px;}
}
@media only screen and (max-width:500px){
	.title h2{font-size: 26px;}
}

/*第三栏*/
#sy-ggt{ background: url(../images/sy-ggt.jpg) center no-repeat; padding: 42px 0;}
.ggt-wz1{ float: left;}
.ggt-wz1 h2{ color: #fff; padding-bottom: 12px; font-size: 30px;}
.ggt-wz1 h2 em{font-size: 42px;padding-right: 10px;}
.ggt-wz1 p{ color: #fff;font-size: 18px; font-weight: bold;}
.ggt-wz2{ float: right; padding-top: 36px;}
.ggt-wz2 a{ color: #fff; background: url(../images/sy-ggt1.png) center no-repeat; padding: 15px 70px; font-size: 20px;}

@media (max-width: 767px) {
    .ggt-wz1{ }
    .ggt-wz1 h2{font-size: 20px;text-align: center;}
    .ggt-wz1 h2 em{font-size: 24px;}
    .ggt-wz1 p{font-size: 16px;text-align: center;font-weight: normal;}
    .ggt-wz2{text-align: center;float: inherit;}
    .ggt-wz2 a{ background-size: 76%; font-size: 16px; padding: 8px 60px; margin-top: 20px; display: inline-block;}
}

/*第四栏*/
#sy-pinzi{padding: 50px 0;padding-bottom: 80px;}
.sy-pz{ padding-top: 60px;}
.sy-pz ul{}
.sy-pz ul li{ text-align: center; padding: 0;}
.sy-pz ul li img{ display: inline-block;}
.sy-pz ul li h2{}
.sy-pz ul li i{text-align: center;display: inline-block;width: 32px;height: 3px;background: #035aac;margin: 12px 0;}
.sy-pz ul li p{ font-size: 16px;}

@media (max-width: 767px) {
    .sy-pz{ padding-top: 20px;}
    .sy-pz ul li{text-align: center;padding: 15px;}
    .sy-pz ul li img{display: inline-block;}
    .sy-pz ul li h2{ font-size: 18px; font-weight: bold;}
    .sy-pz ul li i{text-align: center;display: inline-block;width: 32px;height: 3px;background: #035aac;margin: 8px 0 2px;}
    .sy-pz ul li p{font-size: 16px;}
    #sy-pinzi{ padding-bottom:50px; }
}

/**/
#youshi{padding: 60px 0;background: url(../images/ys-bj.jpg) no-repeat top center;}
.ys-main{margin-top:40px;}
.ys-shadow{/* box-shadow: 0 10px 10px 0 rgb(0 0 0 / 30%); */}
.ys-box{position:relative;}
.ys-tags{position: absolute;width: 300px;overflow: visible;left: 0;z-index: 3;}
.ys-tags li{background: linear-gradient(0deg, #f8f8f8, #ececec);height: 140px;width: 300px;float: left;position: relative;border-radius: 0;cursor:pointer;}
.ys-tags li::before{content:'';position:absolute;top:50%;right:-7px;width:14px;height:16px;margin-top:-8px;background:url(../images/ysicojt.png) no-repeat;z-index:2;display:none;}
.ys-tags li::after{content:'';position:absolute;top:0;right:-21px;width:21px;height:100%;background:url(../images/ys-icosj.png) no-repeat;z-index:1;display:none;}
.ys-tags li .ys-txt{padding:46px 0 46px 60px;margin-left: 42px;}
.ys-tags li .ys-txt p{font-size:20px;color:#444;}
.ys-tags li .ys-txt span{font-size:12px;color:#999;text-transform:uppercase;display:block;line-height:20px;word-break: break-word;}
.ys-tags li:nth-child(1) .ys-txt{background:url(../images/ysico1.png) no-repeat left;}
.ys-tags li:nth-child(2) .ys-txt{background:url(../images/ysico2.png) no-repeat left;}
.ys-tags li:nth-child(3) .ys-txt{background:url(../images/ysico3.png) no-repeat left;}
.ys-tags li:nth-child(4) .ys-txt{background:url(../images/ysico4.png) no-repeat left;}
.ys-tags li.on{background: #035aac;box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 60%);z-index: 1;}
.ys-tags li.on:nth-child(1) .ys-txt{background:url(../images/ysico1x.png) no-repeat left;}
.ys-tags li.on:nth-child(2) .ys-txt{background:url(../images/ysico2x.png) no-repeat left;}
.ys-tags li.on:nth-child(3) .ys-txt{background:url(../images/ysico3x.png) no-repeat left;}
.ys-tags li.on:nth-child(4) .ys-txt{background:url(../images/ysico4x.png) no-repeat left;}
.ys-tags li.on .ys-txt p, .ys-tags li.on .ys-txt span{color:#fff;}
.ys-ul{width:calc(100% - 300px);height:560px;float:right;}
.ys-img{position:relative;}
.ys-con{position:absolute;right:0;bottom:0;width:540px;padding: 40px 46px 40px 45px;background: rgb(9 9 9 / 80%);}
.ys-con h3{font-size:30px;color:#fff;font-weight:bold;margin-bottom:10px;}
.ys-con h4{font-size:14px;color:#fff;font-weight:bold;text-transform:uppercase;margin-bottom:10px;}
.ys-con p{font-size:15px;line-height:25px;color:#fff;}
@media (min-width: 992px) {
	.ys-tags li.on::before, .ys-tags li.on::after{display:block}
}
@media (max-width: 991px) {
	.ys-shadow{box-shadow: none;}
	.ys-tags{position:static;width:auto;display:flex;}
	.ys-tags li{width:auto;height:auto;flex:1;border-right: 1px solid #ececec;}
	.ys-tags li.on, .ys-tags li:last-child{border-right:0;}
	.ys-tags li .ys-txt{margin:0 20px;padding: 30px 0 30px 46px;}
	.ys-tags li .ys-txt span{line-height:15px;}
	.ys-ul{width:100%;float:none;box-shadow: 0 10px 10px 0 rgb(0 0 0 / 30%);}
}
@media (max-width: 767px) {
	#youshi{padding-top:30px;}
	.ys-box{padding:0 10px;}
	.ys-main{margin-top:20px;}
	.ys-ul{height:460px;}
}
@media (max-width: 730px) {
	.ys-tags li .ys-txt{margin:0 5px;}
	.ys-tags li .ys-txt p{font-size:16px;}
	.ys-tags li .ys-txt span{height:30px;overflow:hidden;}
}
@media (max-width: 600px) {
	.ys-tags li .ys-txt, .ys-tags li.on .ys-txt{background:none !important;}
	.ys-tags li .ys-txt p{font-size:14px;}
	.ys-tags li .ys-txt{padding:30px 0;text-align:center;}
	.ys-ul{height:360px;}
	.ys-con{width:90%;padding:30px;}
}
@media (max-width: 450px) {
	.ys-tags li .ys-txt{padding:20px 0;}
	.ys-con h3{font-size: 20px;}
	.ys-con p{font-size: 12px;}
}


/**/
#sy-zlsp{}
.zlsp{background: url(../images/sy-beijing1.jpg) center no-repeat;/* height: 100%; */padding: 50px 0;padding-bottom: 70px;}
.zlsp .sy-title{ text-align: center; padding-bottom: 20px;}
.zlsp .sy-title i{ width: 52px; height: 5px; background: #c00; display: inline-block;}
.zlsp .sy-title h2{font-size: 40px;font-weight: bold;padding-bottom: 10px;padding-top: 10px;color: #fff;}
.zlsp .sy-title p{font-size: 16px;color: #fff;}

.sy-zlsp-nr .owl-nav .owl-prev{position: absolute;left: -6%;top: 50%;background: url(../images/gd-left.png) no-repeat;width: 62px;height: 60px;font-size: 0px;z-index: 999999;transform: translateY(-50%);}
.sy-zlsp-nr .owl-nav .owl-next{position: absolute;right: -6%;top: 50%;background: url(../images/gd-right.png) no-repeat;width: 62px;height: 60px;font-size: 0px;transform: translateY(-50%);}

.sy-zlsp-nr{position: relative;/* padding: 0 10px; */padding-top: 24px;}

.sy-zlsp-nr ul{}
.sy-zlsp-nr ul li{border: 1px solid #ccc;padding: 15px;position: relative;}
.sy-zlsp-nr ul li:hover h2{ color:#035aac; }
.sy-zlsp-nr ul li h2{color: #000;padding: 16px 0;font-size: 18px;padding-left: 32px;border-bottom: 1px solid #ccc;margin-top: 12px;background: url(../images/anli1-img.png) left no-repeat;}
.sy-zlsp-nr ul li i{/* display: inline-block; */background: url(../images/alsanjiao.png) right no-repeat;height: 15px;width: 15px;position: absolute;right: 24px;bottom: 10px;}
.sy-zlsp-nr ul li p{color: #666;padding-top: 16px;font-size: 14px;margin-bottom: 15px;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;}
.owl-nav{display: block !important;}
.owl-nav .owl-prev{position: absolute;left: -4%;top: 43%;background: url(../images/index_left.png) no-repeat;width: 30px;height: 42px;}
.owl-nav .fa-chevron-left:before{ content: "";}
.owl-nav .fa-chevron-right:before { content: "";}
.owl-nav .owl-prev i{}
.owl-nav .owl-next{position: absolute;right: -4%;top: 44%;background: url(../images/index_right.png) no-repeat;width: 30px;height: 42px;}
.owl-nav .owl-next i{}

@media(max-width:992px){
.sy-zlsp-nr .owl-nav .owl-prev{left: -0%;}
.sy-zlsp-nr .owl-nav .owl-next{  right: -0%; }
}

@media(max-width:769px){
.owl-nav .owl-prev{left:0;font-size: 0px;}
.owl-nav .owl-next{right:0;font-size: 0px;}
.zlsp{padding-bottom: 32px;}
.sy-zlsp-nr .owl-nav .owl-prev{left: -0%; display:none; }
.sy-zlsp-nr .owl-nav .owl-next{  right: -0%; display:none;  }
}
@media(max-width:420px){
	.sy-zlsp-nr{ padding-top:10px; }
	.zlsp .sy-title h2{ font-size:24px; }
	.zlsp .sy-title p{ font-size:15px; }
	.sy-zlsp-nr ul li p{padding: 20px 0px;}
}


.owl-item{ float:left; }

.gdtu{position: relative;padding-top: 24px;}
.gdtu .gd-lm{position: absolute;left: 50%;transform: translateX(-50%);}
.gdtu .gd-lm ul{ display: inline-block;}
.gdtu .gd-lm ul li{float: left;-webkit-transform: skew(-15deg);background: #444;margin: 0 5px;}
.gdtu .gd-lm ul li.on{background: #035aac;}
.gdtu .gd-lm .about-lm1 a{border-radius: 18px 0px 0px 18px;}
.gdtu .gd-lm .about-lm2 a{ border-radius: 0px 18px 18px 0px;}
.gdtu .gd-lm ul li a{width: 120px;height: 38px;display: block;line-height: 38px;text-align: center;color: #fff;font-size: 16px;-webkit-transform: skew( 15deg );}
.gdtu .gd-lm ul li.on a{color: #fff;-webkit-transform: skew(15deg);}
.gdtu .about-arr{padding-top: 64px;}
.gdtu .about-arr .about-res{text-align: center;}

.gdtu .about-arr .about-res&gt;a{border: 2px solid #444;width: 240px;height: 46px;display: inline-block;line-height: 44px;font-size: 16px;text-align: center;margin: 24px 0;}
.gdtu .about-arr .about-res&gt;a:hover{ color:#fff; background:#035aac; border:2px solid #035aac; }

.about-res {}
.gdtu .about-arr .about-res ul{}
.gdtu .about-arr .about-res ul li{}
.gdtu .about-arr .about-res ul li img{ border: 1px solid #ccc;}
.gdtu .about-arr .about-res ul li p{ text-align: center; height: 42px; line-height: 42px; font-size: 16px;}
.gdtu .about-arr .about-res ul li:hover p{ background:#035aac; color:#fff; width:90%; position:absolute; left:50%; bottom:-20px; transform:translateX(-50%); }

.gdtu .owl-nav{ display: block !important;}
.gdtu .owl-nav .owl-prev{position: absolute;left: -6%;top: 32%;background: url(../images/gd-left.png) no-repeat;width: 62px;height: 60px;font-size: 0px;}
.gdtu .owl-nav .fa-chevron-left:before{ content: "";}
.gdtu .owl-nav .fa-chevron-right:before { content: "";}
.gdtu .owl-nav .owl-prev i{}
.gdtu .owl-nav .owl-next{position: absolute;right: -6%;top: 32%;background: url(../images/gd-right.png) no-repeat;width: 62px;height: 60px;font-size: 0;}
.gdtu .owl-nav .owl-next i{}

@media (max-width: 1440px) {
    .gdtu .owl-nav .owl-prev{left: -3%;top: 56%;}
    .gdtu .owl-nav .owl-next{right:-3%;top: 56%;}
}

@media (max-width: 1366px) {

}

@media (max-width: 1024px) {

}

@media (max-width: 992px) {
    .gdtu .gd-lm ul li a{width: 110px;}
     .gdtu .owl-nav .owl-prev{left: 0%;top: 56%;}
     .gdtu .owl-nav .owl-next{right:0%;top: 56%;}
}

@media (max-width: 769px) {
	 .gdtu .owl-nav .owl-prev{left: 0%;top: 50%;display: none;}
     .gdtu .owl-nav .owl-next{right:0%;top: 50%;display: none;}
    
}

@media (max-width: 500px) {
    .gdtu .gd-lm ul li a{width: 92px;}
    .gdtu .about-arr .about-res&gt;a{ width: 160px; height: 36px; line-height: 34px;}
}

@media (max-width: 400px) {
	.gdtu .gd-lm ul li a{width: 80px;height: 36px;line-height: 36px;font-size: 14px;} #sy-gundong{ padding-bottom:0; } 
	.gdtu .gd-lm{left: 30px;transform: translateX(0);}
}


/*资讯中心*/
/* news */
#news{padding: 54px 0;background: #f1f1f1;}
.news-title{padding-top: 20px;text-align: center;}
.news-title h2{font-size: 36px;font-weight: bold;color: #222222;}
.news-title h2 span{color: #222;}
.news-title p{color: #999;font-size: 16px;text-transform: uppercase;line-height: 25px;}
.news-cen{margin-top: 20px;}
.news-left{background: #f8f8f8;padding: 20px;display: inline-block;}
.news-l-top{position: relative;}
.news-l-top ul{overflow: hidden;padding: 10px;}
.news-l-top ul li{float: left;-webkit-transform: skew(-15deg);background: #444;margin: 0 5px;}
.news-l-top ul li.on{background: #035aac;}
.news-l-top ul li:first-child{}
/*.news-l-top ul li:first-child::after{content: '';width:2px;height:20px;background:#ccc;position: absolute;right: 0;top: 50%;margin-top: -9px;}*/
.news-l-top ul li a{ width: 120px; height: 38px; display: block; line-height: 38px; text-align: center; color: #fff; font-size: 16px; -webkit-transform: skew( 15deg );}
.news-l-top&gt;a{position: absolute;right: 10px;top: 50%;margin-top: -10px;font-size: 16px;color: #666;line-height: 20px;text-transform: uppercase;}
.news-l-top ul li.on a{color: #fff;}
.news-l-top&gt;a:hover{color: #035aac;}
.news-l-cen{padding-left: 10px;padding-right: 10px;display: none;}
.news-l-cen dl{margin-bottom: 0;padding-top: 18px;padding-bottom: 18px;}
.news-l-cen dl dt{padding-left: 0;padding-right: 0;border: 1px solid #ccc;}
.news-l-cen dl dd{padding-left: 22px;padding-right: 22px;}
.news-l-cen dl dd a.news-l-til{font-size: 18px;font-weight: bold;color: #333;display: block;margin-top: 25px;}
.news-l-cen dl dd&gt;p{margin-top: 15px;color: #666;font-size: 14px;line-height: 25px;height: 50px;letter-spacing: 1px;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;text-align: justify;}
.news-l-cen dl dd&gt;em{ display: block; padding: 16px 0; font-size: 14px; color: #666;}
.news-l-cen dl dd a.news-l-more{display: block;float: left;}
.news-l-cen dl dd a.news-l-more p{width: 140px;height: 40px;line-height: 40px;color: #fff;background: #035aac;text-align: center;float: left;transition: all .3s;-webkit-transition: all .3s;border-radius: 18px;}
.news-l-cen dl dd a.news-l-til:hover{color: #035aac;}
.news-l-cen dl dd a.news-l-more:hover p{background: #313131;}
.news-res{padding:0 10px;background: url(../images/news-line.png) no-repeat center center;margin-top: 20px;}
.news-ul{/*background: url(../images/news-line.png) no-repeat center center;*/padding: 0;}
.news-ul li{padding-left:0px;padding-right: 15px;}
.news-ul li a{color: #333;line-height: 32px;font-size: 14px;display: block;padding-left: 15px;background: url(../images/iyuan.png) no-repeat left;background-size: 8px;}
.news-ul li a:hover{color: #035aac;background: url(../images/iyuan_on.png) no-repeat left;}
.news-ul1 li{padding-left:25px;padding-right: 0px;}
.news-ul1 li a{color: #333;line-height: 40px;font-size: 16px;display: block;border-bottom: 1px dashed #eee;padding-left: 15px;background: url(../images/iyuan.png) no-repeat left;background-size: 8px;}
.news-ul1 li a:hover{color: #035aac;background: url(../images/iyuan_on.png) no-repeat left;}
.news-right{padding-left: 5px;padding-right: 5px;background: #fcfcfc;}
.news-r-top{border-bottom: 1px solid #dcdcdc;}
.news-r-top p{line-height: 60px;height:60px;color: #333;font-size: 18px;font-weight: bold;padding-left: 20px;}
.news-r-top p span{font-family: arial;font-size: 12px;color: #999;margin-left: 10px;}
.news-r-cen{padding-left: 15px;padding-right: 15px;margin-top: 15px;}
.news-r-cen li{margin: 6px 0;display: inline-block;height: auto !important;}
.faq-w{padding: 0;float: left;}
.faq-w a{color: #333;font-weight: bold;display: block;border: 1px solid #ccc;}
.faq-d{line-height: 24px;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;height:100%;-webkit-line-clamp: 2;color: #666;padding-left: 20px;float: left;}
.faq-w a:hover{color: #035aac;}
.news-r-cen .bd&gt;div{ min-height: 412px;}
.dhwz1{font-size: 14px;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;text-align: justify;}

@media (max-width: 1200px) {
    .news-l-cen dl dd a.news-l-til{}
	.news-l-cen dl dd&gt;em{ padding: 10px 0;}
	.news-l-cen dl dd a.news-l-more p{ width: 120px; height: 32px; line-height: 32px;}
    .news-l-cen dl{ padding-top: 17px;}
}	

@media (max-width: 1200px) {
    .news-l-cen dl dd a.news-l-til{ margin-top: 10px;}
    .faq-d{ line-height: 20px;}
    .news-r-cen li{}
    .news-r-cen .bd&gt;div{ min-height: 357px;}
}      

@media (max-width: 991px) {
	.news-res{background-image: none;overflow:hidden;}
	.news-ul li{padding-left: 0;padding-right: 0;}
	.news-ul1 li{padding-left: 0;padding-right: 0;}
	.news-r-cen li{margin-bottom: 36px;}
}
@media (max-width: 767px) {
	#news{padding-bottom: 15px;}
	.news-title{padding-top: 15px;}
	.news-title h2{font-size: 30px;}
	.news-title p{font-size: 14px;}
	.news-left{padding: 20px 0;display: inline-block;min-width: 100%;}
	.news-l-cen{padding: 20px;padding-top: 0;}
	.news-l-top ul{ padding: 20px;}
	.news-right{padding: 0;}
	.news-r-cen{padding: 18px;}
	.faq-w a{font-size:14px;}
	.faq-d{font-size:12px;}
}
@media (max-width: 500px) {
	.news-title h2{font-size: 24px;}
	.news-title p{font-size: 12px;}
	.news-l-cen dl dd{padding: 10px;margin-bottom: 10px;}
	.news-r-cen li{margin-bottom: 6px;}
	
}
@media (max-width: 374px) {
	.news-title h2{font-size: 20px;}
}



/*关于我们*/
#sy-ab{background: url(../images/about-bj.jpg) center no-repeat;padding: 64px 0;}
#sy-ab .title{text-align:center;}
#sy-ab .title h2{color: #fff;font-size: 36px;margin-bottom:8px;font-weight: bold;}
#sy-ab .title h2 a{color: #fff;}
#sy-ab .title p{font-size: 16px;color:#fff;display:inline-block;padding:0 50px;}
#sy-ab .title p span{padding:0 22px;background:#fff;}
.sy-about{ padding: 40px 80px; text-align: center; margin-top: 16px;}
.sy-about h2{}
.sy-about p{ color: #fff; font-size: 16px; text-align: center; line-height: 36px;}
.sy-about a{ color: #fff; padding: 10px 60px; width: 240px; border: 1px solid #fff; font-size: 16px; margin-top: 28px; display: inline-block;}
.sy-about a:hover{ background:#035aac; }

@media (max-width: 991px) {
 .sy-about{padding: 0px 12px;text-align: center;margin-top: 16px;}
 .sy-about h2{}
 .sy-about p{color: #fff;font-size: 14px;text-align: center;line-height: 26px;}
 .sy-about a{color: #fff;padding: 10px 32px;width: 180px;border: 1px solid #fff;font-size: 16px;margin-top: 28px;display: inline-block;}
 #sy-ab{ padding: 40px 0;}

}

@keyframes page{
	0% {transform:rotate(0deg);}
	100% {transform:rotate(360deg);z-index:10;}
}


/**/
#diliulan{ background: url(../images/lm6-bj.png) center no-repeat; padding: 40px 0px 66px 0;}
.protag1{line-height:66px;height:67px;border-bottom:1px solid #eee;font-size:0;text-align:center;margin-top: 0px;}
.protag1 a{display:inline-block;font-size: 16px;color:#252525;margin: 0 26px;position:relative;font-family: Arial;}
.protag1 a.on::after{content:'';position:absolute;bottom:-8.5px;background:url(../images/protagx.png) no-repeat;width:76px;height:17px;left:50%;margin-left:-38px;}
.protag1 a:hover,.protag1 a.on{color: #035aac;font-weight: bold;}
.probox1{ padding-top: 42px;}
.proone1 ul{ display:block; }
.proone1 ul li{}
.proone1 .item{}
.proone1 .applic-o{}
.proone1 .applic-o .applic-img{ border: 1px solid #ccc;}
.proone1 .applic-o .applic-img img{ width: 100%;}
.proone1 .applic-o a{}
.proone1 .applic-o a p{text-align: center;font-size: 16px;line-height: 42px;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;text-align: justify;}
.proone1 .applic-o a span{}

@media (max-width: 991px) {
    .protag1{border:0;line-height: 40px;height: auto;}
	.protag1 a{margin:0;padding: 0 10px;border: 1px solid #E5E5E5;font-size: 14px;}
	.protag1 a.on::after{display:none;}
	#diliulan{  padding: 40px 0px 40px 0;}
}


/* 图片封面动画 */
.white, .whites{position: relative;overflow: hidden;}
.white::after, .whites::after{content: '';cursor: pointer;position: absolute;left: -120%;top: 0;width: 100%;height: 100%;
background-image: -moz-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0));
background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0));
transform: skewx(-25deg);transition: unset;}
.white:hover::after{left: 120%;-moz-transition: 1s;-o-transition: 1s;-webkit-transition: 1s;transition: 1s;}

/* 底部 */
footer{background:#333;}
#foottop{padding-top:60px;padding-bottom: 20px;}
.fbox{padding-bottom: 0px;}
h4.ftil{font-size:18px;font-weight:bold;color:#fff;padding-left:20px;background:url(../images/fnavx.png) no-repeat left;margin-bottom:30px;line-height:20px;}
.fnava{overflow:hidden;}
.fnavaa{width:33.33%;float:left;line-height:36px;}
.fnavaa a{color:#999;font-size: 16px;}
.fnavaa a:hover{color:#fff;}
.ftxt{overflow:hidden;}
.ftxt p{font-size:14px;color:#999;line-height: 30px;margin-bottom:10px;}
.ftxt p:last-child{margin-bottom:0;}
.ftxt p span{font-size:18px;color:#fff;font-weight:bold;line-height:1;}
.ftxt p.ftel{padding-left:32px;background: url(../images/ftel.png) no-repeat left 6px;}
.ftxt p.fqq{padding-left:32px;background: url(../images/fqq.png) no-repeat left 2px;}
.ftxt p.femail{padding-left:32px;background: url(../images/femail.png) no-repeat left 5px;}
.ftxt p.faddress{padding-left:32px;background: url(../images/faddress.png) no-repeat left 5px;}
h4.fewm-til{font-size:18px;font-weight:bold;color:#fff;padding-left:32px;background:url(../images/fewmt.png) no-repeat left;margin-bottom:30px;line-height:20px;}
.fimg{text-align:center;font-size:0;}
.fewmm{display:inline-block;margin:0 30px;}
.fewmm img{width:130px;}
.fewmm p{font-size:14px;color:#999;margin-top:10px;}
.flink{margin-top: 10px;padding: 15px 0 15px 40px;line-height: 30px;background: url(../images/footlinkico.png) no-repeat left;}
.flink span{font-size:18px;color:#999;text-transform:uppercase;}
.flink a{font-size:14px;color:#999;}
.flink a:hover{color:#fff;}
.footcopy{border-top:1px solid #444;padding:20px 10px;}
.footcopy p{line-height:20px;font-size:14px;color:#999;}
.footcopy p a{color:#999;}
.footcopy p a:hover{color:#fff;}
@media only screen and (max-width: 1309px){
	.fewmm{margin: 0 15px;}
}
@media only screen and (max-width: 1199px){
	.fewmm{margin: 0 10px;}
	.fewmm img{width: 120px;}
}
@media only screen and (max-width: 991px){
	.fnav, .fcon{margin-bottom:30px;}
}
@media only screen and (max-width: 767px){
	footer{padding-bottom:50px;}
	#foottop{padding-top:30px;}
	.fnav{display:none;}
	.fbox{padding-bottom:30px;}
	.flink{margin-top:20px;background: url(../images/footlinkico.png) no-repeat left 8px center;}
}

/* 手机底部按钮 */
.footer-bottom{overflow: hidden;position: fixed;bottom: 0;left: 0;z-index: 999;width: 100%;background: #035aac;text-align: center;}
.footer-bottom a{display: inline-block;padding: 7px 0;color: #fff;}
.footer-bottom a i{font-size: 16px;display: block;}

/* 在线客服 */
.diyos {position: fixed;width: 54px;right: 0;top: 50%;z-index: 100;}
.diyos ul{position:relative;list-style: none;margin: 0;padding: 0;}
.diyos ul li {width: 54px;height: 54px;background: #035aac;float: left;position: relative;border-top: 1px solid #fff;z-index:1;}
.diyos ul li:first-child{ border-top:0;}
.diyos ul li .sidebox, .diyos ul li .semail {position: absolute;width: 54px;height: 54px;top: 0;right: 0;color: #fff;font-size:14px;line-height:54px;overflow: hidden;background: #035aac !important;}
.diyos ul li .sidetop {width: 54px;height: 54px;line-height: 54px;display: inline-block;}
.diyos ul li.sideewm {width: 54px;height: 54px;line-height: 54px;display: inline-block;}
.diyos ul li .sideewmshow{width: 130px;position:absolute; top:0; left:-131px; z-index:120; display:none;max-width:none;border: 1px solid #e5e5e5;}
.diyos ul li.sideewm:hover .sideewmshow{ display:block;}
.diyos ul li img {float: left;}

@media (max-width:992px) {
	.diyos{ display:none; }
}

/* 面包屑 */
#location{box-shadow:0px 3px 20px 0px rgba(0,0,0,0.1);overflow:hidden;margin-bottom:50px;}
.crumbs{padding-left:20px;background:url(../images/page/location.png) no-repeat left center;line-height:25px;padding-top:10px;padding-bottom:10px;float:left;color:#666;}
.crumbs a{color:#666;}
.crumbs a:hover{color:#035aac;}

/* 内页导航 */
#sidebar{float:right;}
#sidebar li{display:inline-block;margin:0 10px;position: relative;}
#sidebar li a{display:block;height:45px;line-height:44px;text-align:center;color:#666;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
#sidebar li a::after{content: "";display: block;width: 0%;height: 2px;background: #035aac;position: absolute;left: 50%;bottom: 0;overflow: hidden;transition: all .5s ease-out;-webkit-transition: all .5s ease-out;-moz-transition: all .5s ease-out;-ms-transition: all .5s ease-out;-o-transition: all .5s ease-out;}
#sidebar li:hover a, #sidebar li.cur a{color:#035aac;}
#sidebar li:hover a::after, #sidebar li.cur a::after{left: 0;width: 100%;}
@media (max-width:767px) {
	#location{margin-bottom: 20px;background:#f3f3f3;border-bottom: 1px solid #ddd;box-shadow:none;}
	.w100{width:100%;float:left;}
	.w50{width:50%;float:left;}
	.w33{width:33.33%;float:left;}
	.w25{width:25%;float:left;}
	#sidebar{float:none;}
	#sidebar li{padding:0 5px;margin:0;}
}

/* 内页样式 */
#inside{padding-bottom:50px;padding-left:10px;padding-right:10px;}
.bgf5{background:#f5f5f5;}
.nocontect{background-image: url(../images/page/error.png);background-repeat: no-repeat;background-position: 10px 10px;height: 100px;padding-top: 40px;padding-left: 120px;font-size: 14px;margin-bottom:20px;}
@media (max-width:767px) {
	#inside{padding-bottom:30px;}
}

/* 内页产品导航 */
#pronav{width: 100%;background: #e8e8e8;text-align: center;margin-bottom:20px;}
.pronav-a{line-height: 78px;display:flex;overflow:hidden;}
.pronav-a a{flex:1;font-size:16px;color:#333;background: url(../images/shuline.png) right center no-repeat;}
.pronav-a a:last-child{background: none;}
.pronav-a a.cur, .pronav-a a:hover{background:#035aac;color:#fff;}
@media (max-width:1509px) {
	.pronav-a{display:block;}
	.pronav-a a{display:inline-block;padding:0 14px;}
}
@media (max-width:1409px) {
	.pronav-a a{padding:0 13px;font-size:15px;}
}
@media (max-width:1309px) {
	.pronav-a{line-height:60px;}
	.pronav-a a{padding:0 11px;font-size:14px;}
}
@media (min-width:768px) and (max-width:1199px) {
	.pronav-a a{display:block;float:left;width:16.66%;}
	.pronav-a a:nth-child(6){background: none;}
}
@media (max-width:767px) {
	.pronav-a a{display:block;float:left;width:25%;padding:0 8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
	.pronav-a a:nth-child(4),
	.pronav-a a:nth-child(8){background: none;}
}
@media (max-width:500px) {
	.pronav-a{line-height:40px;}
}

/* 内页单页面标题 */
#nytitle{text-align: center;padding:0 10px;margin-bottom:40px;}
#nytitle h1{font-size: 36px;color: #353535;font-weight:bold;}
#nytitle p{color: #999;font-size: 16px;margin-top: 10px;text-transform:uppercase;}
@media only screen  and (max-width: 500px){
	#nytitle{margin-bottom:20px;}
	#nytitle h1{font-size: 30px;}
	#nytitle p{font-size: 14px;}
}

/* 内页单页面内容 */
.nyshow{width:100%;}
.nyshow-til{line-height: 40px;height: 41px;border-bottom: 1px #ccc solid;margin-bottom:20px;}
.nyshow-til&gt;h1, .nyshow-til&gt;h2{float: left;padding-right:15px;text-indent: 25px;height: 40px;line-height: 40px;border-bottom: 2px #035aac solid;color: #035aac;font-size: 18px;font-weight: bold;position:relative;}
.nyshow-til&gt;h1::before, .nyshow-til&gt;h2::before{content:'';position:absolute;left:0;top:50%;margin-top: -15px;width:6px;height:30px;background:#035aac;}
.nyshowdesc{font-size: 16px;line-height: 1.8;text-align:justify;margin-bottom:40px;min-height:400px;}
.nyshowdesc p{margin:5px 0;}
.nyshowdesc img{max-width:100%;height:auto !important;}
#dituContent img{ max-width:none; }
.block-shadow{height: 200px;-webkit-box-shadow: 0 10px 20px 0 rgba(50,50,50,.20);box-shadow: 0 10px 20px 0 rgba(50,50,50,.20);-webkit-transition: all .5s linear;-moz-transition: all .5s linear;-ms-transition: all .5s linear;-o-transition: all .5s linear;transition: all .5s linear;}
.block-shadow:hover{box-shadow: 0 10px 20px 0 rgba(0,125,255,.5);}
.radius-md{border-radius: 6px;-webkit-border-radius: 6px;-moz-border-radius: 6px;}
.icon-sm{width: 60px;display: inline-block;text-align: center;}
.icon-sm em{font-size: 30px;line-height: 30px;}
.icon-content{overflow: hidden;}
.icon-content h5{font-weight: bold;font-size: 18px;line-height: 25px;color: #1a1a1a;margin-top: 10px;margin-bottom: 10px;}
@media (max-width:767px) {
	.nyshowdesc{font-size:14px;line-height:1.6;margin-bottom:20px;}
	.nyshowdesc h1{font-size:30px;}
	.nyshowdesc h2{font-size:24px;}
	.nyshowdesc h3{font-size:18px;}
	.nyshowdesc h4{font-size:14px;}
	.block-shadow{height:auto;}
}






/*推荐新闻*/
.nyhotnews{line-height: 40px;height: 41px;border-bottom: 1px #ccc solid;}
.nyhotnews&gt;h3{float: left;width: 150px;text-indent: 30px;height: 40px;line-height: 40px;border-bottom: 2px #035aac solid;color: #035aac;font-size: 18px;font-weight: bold;background:url(../images/page/nyhotnewico.png) no-repeat left;}
.nyhotnews-list{margin-top:10px;overflow:hidden;}
.nyhotnews-list li{font-size: 14px;line-height: 30px;background: url(../images/page/iyuan.png) no-repeat left;background-size: 8px;box-sizing:border-box;}
.nyhotnews-list li a{float:left;width:calc(100% - 90px);color:#333;}
.nyhotnews-list li span{float:right;color:#666;}
.nyhotnews-list li:hover{background: url(../images/page/iyuan_on.png) no-repeat left;background-size: 8px;}
.nyhotnews-list li:hover a{color:#035aac;}

/*视频列表*/
.nyvideo-ul{overflow:hidden;}
.nyvideo-ul li{width:33.33%;float:left;padding:0 10px;margin-bottom:20px;box-sizing:border-box;}
.nyvideo-div a{display:block;border:1px solid #ddd;padding:2px;overflow:hidden;}
.nyvideo-div a img{display:block;max-width: 100%;width: 311px;}
.nyvideo-div a.nyvideo-a{padding:0 10px;border:none;line-height:25px;text-align:center;}
.nyvideo-div:hover a{border-color:#035aac;color:#035aac;}

/*视频详情*/
.showvideo-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;margin-bottom:15px;}
.showvideo-top&gt;h1{line-height: 1.5;color: #333;text-align: center;font-size: 26px;margin-bottom: 5px;}
.showvideo-time{text-align:center;}
.showvideo-time span{font-size: 14px;color: #a3afb7;margin-right: 10px;}
.showvideo-time span:last-child{margin-right:0;}
.showvideo-mp{margin:20px 0;text-align:center;}
.showvideo-mp video, .showvideo-mp iframe{width:800px;max-width:100%;}
.showvideo-con {font-size: 16px;line-height: 1.8;text-align:justify;margin-bottom:20px;}
.showvideo-con  img{max-width:100%;height:auto !important;}

/*下载列表*/
.nydown-list{margin-bottom:20px;}
.nydown-list table{width:100%;text-align:center;}
.nydown-list table thead{background:#035aac;color:#fff;font-size:16px;line-height:2;}
.nydown-list table tbody{line-height:1.6}
.nydown-list table tbody tr td{color:#666;}
.nydown-list table tbody tr td:first-child{color:#333;}

/*下载详情*/
.showdown-top{margin-bottom:20px;}
.showdown-top&gt;h1{font-size: 18px;margin-bottom:10px;color:#333;font-weight:bold;padding-left:20px;}
.showdown-top&gt;ul{padding:10px;background:#f6f6f6;}
.showdown-top&gt;ul&gt;li{border-bottom: 1px solid #eee;font-size:12px;color:#666;margin-bottom:5px;line-height:20px;}
.showdown-top&gt;ul&gt;li:last-child{margin-bottom:0;}
.showdown-top&gt;ul&gt;li&gt;span{padding: 0px 10px;margin-right: 5px;}
.showdown-con {font-size: 16px;line-height: 1.8;text-align:justify;margin-bottom:20px;}
.showdown-con  img{max-width:100%;height:auto !important;}

/*图片列表*/
.nyimg-ul{overflow:hidden;}
.nyimg-ul li {margin-bottom:20px;padding:0 10px;}
.nyimg-ul li .nyimg-div {background:#fff;padding:7px;border:1px solid #D9D9D9;}
.nyimg-ul li .nyimg-div a {display:block;overflow:hidden;}
.nyimg-ul li .nyimg-div img {margin:0 auto;-webkit-transition:1s;-moz-transition:1s;transition:1s;width:100%;}
.nyimg-ul li .nyimg-a{padding:0 5px;margin-top:9px;line-height:40px;display:block;background:#EFEFEF;font-size:14px;color:#333;text-align:center;}
.nyimg-ul li:hover .nyimg-a {color:#ffffff !important;}
.nyimg-ul li:hover .nyimg-div img {-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}
.nyimg-ul li:hover .nyimg-a {background:#035aac;color:#fff;}
@media (max-width:767px){
	.nyimg-ul li .nyimg-a{line-height:32px;}
}

/*图片详情*/
.showimg-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;}
.showimg-top h1{line-height: 1.5;color: #333;text-align: center;font-size:30px;}
.showimg-top span{margin-right: 10px;font-size: 14px;color: #a3afb7;}
.showimg-img{margin-top: 25px;margin-bottom: 15px;text-align:center;}
.showimg-img img{max-width: 100%;height:auto !important;}
.ctitle{margin-bottom:15px;}
.ctitle h3{padding-left:20px;background: url(../images/dt-7.gif) no-repeat left center;line-height:30px;border-bottom: 1px dotted #ccc;color:#666;font-size:16px;font-weight:bold;}
.showimg-con{line-height: 1.8;color: #222;word-wrap: break-word;font-size: 16px;font-weight: 300;padding: 0 10px;border-bottom: 1px solid #F0F2F5;padding-bottom: 20px;}
.showimg-con img{max-width: 100%;height:auto !important;}
.showimg-page{overflow: hidden;margin-left:-10px;margin-right:-10px;margin-bottom:20px;}
.showimg-page&gt;div[class^="col-"]{padding: 0 10px;}
.showimg-page a{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;padding: 10px 15px;border: 1px solid #e4eaec;transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;max-width: 100%;}
.showimg-page a:hover{border-color: #e4eaec;background-color: #f3f7f9;}
.showimg-right{border-left:1px solid #f0f2f5;}
@media (max-width:767px){
	.showimg-left{padding:0;}
	.showimg-top h1{font-size: 20px;}
	.showimg-con{font-size:14px !important;}
	.showimg-page a{padding:8px;}
}

/* 右侧栏目信息 */
.nybusiness{margin-bottom: 20px;}
.nybusiness&gt;p{font-size: 16px;color: #035aac;line-height: 40px;border-bottom: 1px dashed #ccc; margin-bottom: 10px;padding-left: 32px;background: url(../images/ny-objs.png) no-repeat left;}
.nybusiness a{margin-bottom:10px;display:block;position:relative;}
.nybusiness a:last-child{margin-bottom:0;}
.nybusiness-img{overflow:hidden;}
.nybusiness a p{position:absolute;left:0;bottom:0;background: rgba(0,0,0,.5);width:100%;line-height:30px;padding:0 10px;text-align:center;color:#fff;}
.nybusiness a:hover p{background: rgba(0,153,255,.5);}

.hotnews{}
.hotnews p{font-size: 16px;color: #035aac;line-height: 40px;border-bottom: 1px dashed #ccc; margin-bottom: 10px;padding-left: 32px;background: url(../images/ny-news.png) no-repeat left;}
.hotnews a{display: block;font-size: 14px;line-height: 30px;padding-left: 15px;background:url(../images/iyuan.png) no-repeat left;background-size:8px;}
.hotnews a:hover{background: url(../images/iyuan_on.png) no-repeat left;color: #035aac;}

/*新闻列表*/
.nynews-ul {overflow:hidden;}
.nynews-ul li.nynews-li {padding:0 10px 10px;margin-bottom:20px;cursor:pointer;}
.nynews-img {padding:0;overflow:hidden;border:1px solid #f3f3f3;}
.nynews-img a {display:block;}
.nynews-img img {width:100%;transition:.8s}
.nynews-ul li.nynews-li:hover img {transform:scale(1.02);}
.nynews-date {color:#333;line-height:20px;font-size:12px;}
.nynews-date span {color:#4d4c51;}
.nynews-date img {margin:4px 6px 0 0;float:left;}
.nynews-date p {float:left;margin:0;}
.nynews-date i {margin-right:5px;}
.nynews-con h3 {font-size:18px;font-weight:bold;color:#3b3c3c;text-transform:uppercase;line-height:32px;letter-spacing:1px;margin-top:0px;margin-bottom:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.nynews-con h3 a {overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:block;}
.nynews-ul li.nynews-li:hover h3 a {color:#035aac;}
.nynews-con {background-color:#f9f9f9;padding-top:16px;padding-bottom:18px;}
.nynews-con p.nynews-desp {color:#8d8d8d;font-size:14px;line-height:23px;margin:10px 0;height:46px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.nynews-con a.nynews-more {position:relative;left:0;color:#ffffff;font-size:15px;padding:7px;background:#035aac;margin-top:10px;width:120px;display:block;border-radius:20px;float:left;text-align:center;transition:0.5s all;-webkit-transition:0.5s all;-moz-transition:0.5s all;-o-transition:0.5s all;-ms-transition:0.5s all;}
.nynews-con a.nynews-more:hover {background:#FF7A0E;left:10px;color:#ffffff !important;}
@media (max-width:991px) {
	#nynewslist&gt;.container {padding-left:5px;padding-right:5px;}
	.nynews-ul li.nynews-li {padding:0 5px 4px;margin-bottom:14px;}
}
@media (max-width:767px) {
	.nynews-con h3 {font-size:16px;font-weight:bold}
	.nynews-con {padding-left: 10px;padding-right: 10px;padding-top: 10px;padding-bottom: 12px;}
	.nynews-con p.nynews-desp{margin: 2px 0 8px;}
}

/*新闻详情*/
.shownews-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;margin-bottom:15px;}
.shownews-top h1{line-height: 1.5;color: #333;text-align: center;font-size: 26px;margin-bottom: 5px;}
.shownews-time{text-align:center;}
.shownews-time span{font-size: 14px;color: #a3afb7;margin-right: 10px;}
.shownews-time span:last-child{margin-right:0;}
.shownews-con{font-size: 16px;line-height: 1.8;text-align:justify;margin-bottom:20px;}
.shownews-con  img{max-width:100%;height:auto !important;}
.shownews-page{overflow: hidden;margin-left:-10px;margin-right:-10px;margin-bottom:20px;}
.shownews-page&gt;div[class^="col-"]{padding: 0 10px;}
.shownews-page a{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;padding: 10px 15px;border: 1px solid #e4eaec;transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;max-width: 100%;}
.shownews-page a:hover{border-color: #e4eaec;background-color: #f3f7f9;}
@media (max-width:767px){
	.shownews-top h1{font-size: 20px;}
	.shownews-con{font-size:14px !important;line-height: 1.6;}
	.shownews-page a{padding:8px;}
}

/* 招聘模块Nyjoblist*/
.nyjoblist-ul{overflow: hidden;}
.nyjoblist-ul li{margin-bottom: 20px;border-bottom: 1px solid #dedede;}
.nyjoblist-ul li .nyjoblist-top{padding: 20px;position: relative;overflow:hidden;}
.nyjoblist-ul li .nyjoblist-top h3{color: #333;font-size: 20px;font-weight: bold;padding-bottom: 10px;}
.nyjoblist-ul li .nyjoblist-top span{padding-right: 20px;color: #999;}
.nyjoblist-ul li .nyjoblist-top p{color:#666;margin:10px 0;}
.nyjoblist-ul li .nyjoblist-top&gt;a{float:left;padding:10px 25px;background:#035aac;border-radius:20px;color:#fff;margin-right:10px;}
.nyjoblist-ul li .nyjoblist-top&gt;a+a{margin-right:0;}
.nyjoblist-ul li .nyjoblist-top&gt;a:hover{background:#ffc531;color:#333;}
@media (max-width:767px) {
	.nyjoblist-ul li .nyjoblist-top{padding:10px;}
}

.showjob-left{padding-bottom:30px;}
.showjob-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;margin-bottom:10px;}
.showjob-top h1{line-height: 1.5;color: #333;text-align: center;font-size: 30px;}
.showjob-list{overflow:hidden;margin-bottom:30px;}
.showjob-list li{width:50%;float:left;padding:5px 10px;background: url(../images/dt-0.png) no-repeat left top 13px;}
.showjob-list li span{float: left;margin-right: 10px;color: #999;}
.showjob-con{line-height: 1.8;color: #222;word-wrap: break-word;font-size: 16px;font-weight: 400;padding: 10px 0;}
.showjob-con img{max-width: 100%;height:auto !important;}
.showjob-more{}
.showjob-page{padding-top: 20px;padding-bottom:20px;overflow: hidden;}
.showjob-page a{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;padding: 10px 15px;border: 1px solid #e4eaec;transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;max-width: 100%;}
.showjob-page a:hover{border-color: #e4eaec;background-color: #f3f7f9;}
@media (max-width:767px){
	.showjob-top h1{ font-size:20px;}
	.showjob-top h2{ font-size:16px;}
	.showjob-con{padding:0;font-size:14px !important}
	.showjob-left{padding: 0;}
	.showjob-page&gt;div[class^="col-"]{padding: 0 10px;}
}

/* 产品列表 */
.nypro-ul{overflow:hidden;}
.nypro-ul li{padding:0 10px;margin-bottom:20px;}
.nypro-ul li a{display:block;position:relative;overflow:hidden;}
.nypro-ul li a img{border: 1px solid #e6e6e6;}
.nypro-ul li a p{/* position:absolute; */left:0;bottom:-50px;width:100%;background: #e6e6e6;line-height:50px;color: #333;text-align:center;font-size:16px;}
.nypro-ul li a:hover p{bottom:0; background:#035aac; color:#fff; }
@media (max-width:767px){
	.nypro-ul li a p{line-height:30px;font-size:14px;}
}

/*产品详情*/
.showpro-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;margin-bottom:20px;}
.showpro-top h1{line-height: 1.5;color: #333;text-align: center;font-size:30px;}
.showpro-top span{margin-right: 10px;font-size: 14px;color: #a3afb7;}
.showpro-img{margin-bottom:20px;}
.sp-thumbs a:link, .sp-thumbs a:visited{width:120px;height:90px;}
@media (max-width:767px){
	.showpro-top h1{font-size: 20px;}
	.showpro-imgbox{padding:0;}
}


/*产品参数*/
.nyproshow-top{overflow:hidden;}
.nyproshow-top&gt;dt{padding-bottom: 15px;float:left;}
.nyproshow-txt{float:left;z-index:1;}
.nyproshow-txt&gt;h1{font-size: 20px;color: #333;border-bottom: 1px dashed #bbbbbb;padding: 2px 0 10px;line-height: 32px;margin-bottom:10px;}
#MagnifierWrap2{position: relative;}
.MagnifierMain{position: relative;border:1px solid #ccc;}
.MagnifierMain img{width: 100%;display:block;}
.MagnifierDrag{position: absolute;top:0;left: 0;background-color: #ccc; opacity: 0.4;filter:alpha(opacity = 40);cursor: move;}
.MagnifierPop{position: absolute;top:0;overflow: hidden;background:#fff url(../images/loading.gif) no-repeat center center; z-index:999; }
.MagnifierImg{position: absolute;top:0; left: 0;}
.spec-items{position: relative;width: 480px;height: 74px;overflow: hidden;margin: 10px auto 0;}
.spec-items ul{width: 500%;position: absolute;top: 8px;left: 18px;}
.spec-items ul *{-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.spec-items li{width: 86px;float: left;overflow: hidden;margin-right: 5px;border: 1px solid #ccc;cursor: pointer;}
.spec-items li.on{border:1px solid #0061ad;}
.spec-items li img{width: 100%;display:block;}
span.spe_leftBtn,span.spe_rightBtn{position: absolute;bottom: 0px;display: block;width: 20px;height: 70px;line-height: 70px;font-family: "黑体";text-align: center;font-size: 30px;color: #ddd;z-index: 9;cursor: default;background-color: #f9f9f9;}
span.on{background-color: #ccc;color: #999;cursor: pointer;}
span.spe_leftBtn{left: 0;}
span.spe_rightBtn{right: 0;}
.nyproshow-info{line-height:1.8;color:#666;margin-bottom:20px;}
.showpro-tel{overflow:hidden;border-top:1px solid #ddd;border-bottom:1px solid #ddd;padding:10px 0;}
.showpro-telx{float:left;line-height:40px;}
.showpro-telx img{float:left;margin-right:12px;}
.showpro-telcon{float:left;}
.showpro-telcon p{float:left;color:#666;margin-bottom:0;}
.showpro-telcon span{float:left;color:#333;font-size:24px;font-family: arial;}
.showpro-tel a{float:right;display:block;line-height:40px;padding:0 20px;background: #0065b9;color:#fff;}
.showpro-tel a i{margin-right:5px;}
.showpro-tel a:hover{background:#034ad8;}
.showpro-con{margin-top: 20px;}
.showpro-con ul{border-bottom: 1px solid #ccc;line-height: 40px;margin-bottom: 10px;overflow:hidden;}
.showpro-con ul li{text-align: center;padding:0 24px;font-size: 16px;background: #e6e6e6;color:#333;float: left;margin-right: 10px;cursor: pointer;}
.showpro-con ul li.on{background: #0065b9;color:#fff;}
.showpro-con ul li:last-child{margin-right: 0;}
.showpro-details{font-size: 16px;line-height: 1.8;overflow: hidden;}
.showpro-details .showpro-det{display:none;min-height:200px;}
.showpro-details div{margin-bottom: 10px;}
.showpro-details img{max-width: 100%;height:auto !important;}


/*产品参数*/
.nyproshow-info{line-height:1.8;color:#666;margin-bottom:20px;}
.nyproshow-info p{
    font-size: 18px;
    color: #333;
}
.nyproshow-info p span{
    color: #666;
}
.showpro-tel{overflow:hidden;border-top:1px solid #ddd;border-bottom:1px solid #ddd;padding:10px 0;}
.showpro-telx{float:left;line-height:40px;}
.showpro-telx img{float:left;margin-right:12px;}
.showpro-telcon{float:left;}
.showpro-telcon p{float:left;color:#666;margin-bottom:0;}
.showpro-telcon span{float:left;color:#333;font-size:24px;font-family: arial;}
.showpro-tel a{float:right;display:block;line-height:40px;padding:0 20px;background:#035aac;color:#fff;}
.showpro-tel a i{margin-right:5px;}
.showpro-tel a:hover{background:#034ad8;}
.showpro-con{margin-top: 20px;}
.showpro-con ul{border-bottom: 1px solid #ccc;line-height: 40px;margin-bottom: 10px;overflow:hidden;}
.showpro-con ul li{text-align: center;padding:0 24px;font-size: 16px;background: #e6e6e6;color:#333;float: left;margin-right: 10px;cursor: pointer;}
.showpro-con ul li.on{background: #035aac;color:#fff;}
.showpro-con ul li:last-child{margin-right: 0;}
.showpro-details{font-size: 16px;line-height: 1.8;overflow: hidden;}
.showpro-details .showpro-det{display:none;min-height:200px;}
.showpro-details div{margin-bottom: 10px;}
.showpro-details p{margin: 5px 0;}
.showpro-details img{max-width: 100%;height:auto !important;}
.showpro-details video{max-width: 100%;height:auto !important;}
@media (max-width:767px){
	.showpro-details{font-size: 14px;line-height: 1.6;}
}

/*相关产品*/
.nyaboutpro{line-height: 40px;height: 41px;border-bottom: 1px #ccc solid;}
.nyaboutpro&gt;h3{float: left;width: 150px;text-indent: 30px;height: 40px;line-height: 40px;border-bottom: 2px #035aac solid;color: #035aac;font-size: 18px;font-weight: bold;background:url(../images/nyaboutproico.png) no-repeat left;}
#abprolist{margin:20px 0;}
#abprolist li{padding:0 10px;}
#abprolist li a{display:block;}
#abprolist li a .abpro-img{padding:2px;border:1px solid #ccc;}
#abprolist li a .abpro-img img{display:block;max-width:100%;}
#abprolist li a p{margin-top:5px;line-height:30px;height:30px;text-align:center;background:#ccc;padding:0 10px;color:#333;}
#abprolist li a:hover .abpro-img{border-color:#035aac;}
#abprolist li a:hover p{background:#035aac;color:#fff;}

/* 标签 */
.pro_key {line-height: 35px;font-size: 15px;color: #333;font-weight: bold;}
.pro_key a{font-size: 14px;background: #9e9c9c;padding: 2px 6px;color:#fff;font-weight: normal;text-decoration: none;}
.pro_key a:hover{background:#035aac;}
/* 分享按钮 */
.jiathis{padding-top:10px;height:35px;line-height:30px;border-top:1px dotted #ccc; text-align:right; position:relative; color:#666;margin-bottom:20px;}
.jiathis .jiathis_txt{float: left;}
/* 上下页按钮 */
.ny-page{overflow: hidden;margin-bottom:30px;}
.ny-pagea{width:50%;float:left;padding:0 10px;box-sizing:border-box;}
.ny-page a{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;padding: 10px 15px;border: 1px solid #e4eaec;transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;max-width: 100%;}
.ny-page a:hover{border-color: #e4eaec;background-color: #f3f7f9;}

/* 搜索模块 */
.nysearch-ul{overflow: hidden;}
.nysearch-ul li.nysearch-li{padding: 0 0 15px 0;margin-bottom: 25px;border-bottom: 1px dashed #333;overflow:hidden;}
.nysearch-til&gt;a{line-height: 14px;color: #fff;vertical-align: baseline;white-space: nowrap;display: inline-block;background: #035aac;margin-right: 5px;position: relative;top:0;padding: 4px 6px;}
.nysearch-til&gt;a .nysearch-arrow{position: absolute;width: 0;height: 0;vertical-align: top;top: 7px;right: -4px;border-left: 4px solid #000;border-top: 4px solid transparent;border-bottom: 4px solid transparent;border-left-color: #035aac;}
.nysearch-til&gt;a:hover{background:#333;}
.nysearch-til&gt;a:hover .nysearch-arrow{border-left-color:#333;}
.nysearch-til&gt;h2{display: inline;font-size: 19px;margin: 0;font-weight: bold;position: relative;top: 1px;line-height: 25px;}
.nysearch-con p.nysearch-desp{color: #666;font-size: 14px;line-height: 23px;margin: 5px 0;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.nysearch-date {color: #333;line-height: 20px;font-size: 12px;}
.nysearch-date span{color: #999;}
.nysearch-date p{float: left;margin: 0;}
.nysearch-date i{margin-right: 5px;}
.nysearch-con a.nysearch-more{position:relative;left:0;color: #ffffff;font-size: 13px;width:100px;height:30px;line-height:30px;background: #999;margin-top: 10px;display: block;border-radius: 20px;float:left;text-align: center;transition: 0.5s all;-webkit-transition: 0.5s all;-moz-transition: 0.5s all;-o-transition: 0.5s all;-ms-transition: 0.5s all;}
.nysearch-con a.nysearch-more:hover{background: #035aac;left:10px;}


/*联系我们*/
.product-inlist{background-color:#f6f6f6;}
.contact_meg {float:right;width:50%;height:510px;z-index:3;background:#f6f6f6;}
.meg_con .title2 {font-size:28px;color:#333333;max-width:510px;margin-bottom:24px;margin-top:35px;font-weight:bold;}
.meg_con .tel {padding:18px 0;border-top:solid 1px #333;border-bottom:solid 1px #333;color:#333;max-width:510px;font-size:30px;}
.meg_con .tel img {display:inline-block;}
.meg_con .megs {margin-top:28px;font-size:15px;line-height:36px;}
.meg_con {width:100%;z-index:3;padding-left:8%;padding-right:4%;box-sizing:border-box;}
.my-map {margin:0 auto;width:50%;height:510px;float:left;}
.amap-container {height:100%;}
@media only screen and (max-width:1199px) {
	.meg_con {width:100%;position:unset;padding-left:5%;box-sizing:border-box;}
	.meg_con .title2,
	.meg_con .tel{max-width: initial;width: 100%;}
	.contact_meg {width:100%;float:none;height:auto;padding-bottom:40px}
	.my-map {margin:0 auto;width:100%;height:400px;float:none;}
}
@media only screen and (max-width:991px) {
	.product-inlist&gt;div{margin-bottom: 0 !important;}
	.product-inlist{margin-bottom: 0;}
}
@media only screen and (max-width:768px) {
	.meg_con .title2 {margin-bottom:16px;margin-top:20px;font-size:24px;}
	.meg_con .megs {font-size:14px;line-height:30px;}
	.meg_con .tel {padding:10px 0;font-size:20px;}
	.meg_con .tel img {width:26px;}
	.meg_con .megs {margin-top:10px;}
	.meg_con .tel img {width:20px;margin-bottom:0;}
	.meg_con .title2 {font-size:22px;}
	.product-inlist {margin-top:10px;}
}

/*翻页样式*/
.metpager_1{ text-align:center;}
.metpager_2{ text-align:center;}
.metpager_3{ text-align:center;}

#flip{line-height: 25px;}
.digg4{ padding:3px; margin:3px; text-align:center; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }
.digg4 a,.digg4 span.miy{ margin:2px; text-decoration:none;}
.digg4 .disabledfy{ font-family: Tahoma, Verdana;}

.metpager_4 a,.metpager_4 span.miy{ border:1px solid #aaaadd; padding:2px 5px 2px 5px; color:#009;}
.metpager_4 a:hover { border:1px solid #009; color:#000;}
.metpager_4 a:active {border:1px solid #009; color:#000;}
.metpager_4 span.current { border:1px solid #009; background-color:#009; padding:2px 5px 2px 5px; margin:2px; color:#FFFFFF; text-decoration:none;}
.metpager_4 span.disabled { border:1px solid #eee; padding:2px 5px 2px 5px; margin:2px; color:#ddd;}

.metpager_5 a,.metpager_5 span.miy{ border:1px solid #ccdbe4; padding:2px 8px 2px 8px; color:#035aac; display: inline-block; }
.metpager_5 a:hover { border:1px solid #035aac; color:#fff; background-color:#035aac;}
.metpager_5 a:active {border:1px solid #009; color:#000;}
.metpager_5 span.current { padding:2px 8px 2px 8px; margin:2px; color:#fff; background:#035aac; border:1px solid #035aac; text-decoration:none;display: inline-block;}
.metpager_5 span.disabled { border:1px solid #ccdbe4; padding:2px 8px 2px 8px; margin:2px; color:#999;display: inline-block;}

.metpager_6{ color:#ff6500; }
.metpager_6 a,.metpager_6 span.miy{ border:1px solid  #ff9600; padding:2px 7px 2px 7px; background-position:50% bottom; color:#ff6500; background-image:url(../images/page/page6.jpg);}
.metpager_6 a:hover { border:1px solid #ff9600; color:#ff6500; background-color:#ffc794;}
.metpager_6 a:active {border:1px solid #ff9600; color:#ff6500; background-color:#ffc794;}
.metpager_6 span.current {border:1px solid #ff6500; padding:2px 7px 2px 7px; margin:2px; color:#ff6500; background-color:#ffbe94; text-decoration:none;}
.metpager_6 span.disabled { border:1px solid #ffe3c6; padding:2px 7px 2px 7px; margin:2px; color:#ffe3c6;}

.metpager_7 a,.metpager_7 span.miy{ border:1px solid  #2c2c2c; padding:2px 5px 2px 5px; background:url(../images/page/page7.gif) #2c2c2c; color:#fff;}
.metpager_7 a:hover { border:1px solid #aad83e; color:#fff;background:url(../images/page/page7_2.gif) #aad83e;}
.metpager_7 a:active { border:1px solid #aad83e; color:#fff;background:urlurl(../images/page/page7_2.gif) #aad83e;}
.metpager_7 span.current {border:1px solid #aad83e; padding:2px 5px 2px 5px; margin:2px; color:#fff;background:url(../images/page/page7_2.gif) #aad83e; text-decoration:none;}
.metpager_7 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc;}

.metpager_8 a,.metpager_8 span.miy{ border:1px solid #ddd; padding:2px 5px 2px 5px; color:#aaa;}
.metpager_8 a:hover { border:1px solid #a0a0a0; }
.metpager_8 a:hover { border:1px solid #a0a0a0; }
.metpager_8 span.current {border:1px solid #e0e0e0; padding:2px 5px 2px 5px; margin:2px; color:#aaa; background-color:#f0f0f0; text-decoration:none;}
.metpager_8 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc;}

.metpager_9 a,.metpager_9 span.miy{ border:1px solid #ddd; padding:2px 5px 2px 5px; color:#88af3f; } 
.metpager_9 a:hover { border:1px solid #85bd1e; color:#638425; background-color:#f1ffd6; } 
.metpager_9 a:hover { border:1px solid #85bd1e; color:#638425; background-color:#f1ffd6; } 
.metpager_9 span.current {border:1px solid #b2e05d; padding:2px 5px 2px 5px; margin:2px; color:#fff; background-color:#b2e05d; text-decoration:none;} 
.metpager_9 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc;}
@media (max-width:767px){
	.digg4&gt;span:nth-child(-n+2){display:none;}
}


.lianxi_m {overflow: hidden;margin-top: 10px;margin-bottom: 24px;background: #f5f5f5;}

.lianxi_m .lianxi_ml {width: 410px;float: left;background: #005c9f;color: #fff;padding: 30px 40px 30px 40px;overflow: hidden;}

.lianxi_m .lianxi_ml .lianxi_ml_m { overflow: hidden;font-size: 36px;font-weight: bold;line-height: 52px;margin-bottom: 18px; color: #fff; }

.lianxi_m .lianxi_ml .lianxi_ml_s { width: 310px;border: solid 2px #fff;font-size: 26px;font-family: Arial, Helvetica, sans-serif;text-align: center;margin-bottom: 18px;line-height: 55px; }

.lianxi_m .lianxi_ml .lianxi_ml_en { font-family:'Arial';font-size: 24px;line-height: 40px; }





.lianxi_mr {float: right;position: relative;width: calc(100% - 470px);}

.lianxi_mr_i {float: left;font-family: Arial, Helvetica, sans-serif;font-size: 100px;font-weight: 89;margin-left: -28px;line-height: normal;color: #999;position: absolute;overflow: hidden;margin-top: 20px;}

.lianxi_m .mr_i {font-size: 100px;line-height: 200px;margin-top: 100px;margin-left: calc(100% - 690px); position: absolute; right:30px;}

.lianxi_mr_m {width: calc(100% - 69px);float: left;overflow: hidden;padding-left: 22px;padding-right: 10px;padding-top: 38px;line-height: 28px;color: #666;font-size: 16px;text-align:left}

.lianxi_mr_m span {font-size: 24px;font-weight: bold;line-height: 60px;color: #005c9f;}

.contact_ny ul  { background: #fff; overflow: hidden; border-right: none;}

.contact_ny ul li {float: left;width:33.3333%;height: 140px;border-width: 1px 0 1px 1px;border: 1px solid #ececec;padding:35px;text-align: left;box-sizing: border-box; }

.contact_ny ul li em {float: left;display: inline-block;width: 51px;height: 51px;margin-right: 9px;margin-top: 6px;}

.contact_ny ul li h5 {color: #005c9f;margin-bottom: 10px;font-size: 18px;font-weight: bold;}



@media(max-width: 1199px) {

	.lianxi_m .lianxi_ml { width: 400px; }

	.lianxi_mr_i { display: none; }

	.lianxi_mr { width: calc(100% - 400px); }

}



@media(max-width: 991px) {

	.contact_ny ul li { width: 50%; }

	.lianxi_mr { width: calc(100% - 360px); }

	.lianxi_m .lianxi_ml { width: 360px;padding: 30px 20px 30px 20px; }

	.lianxi_mr_m{ width: 100%; }

}



@media(max-width: 767px) {

	.lianxi_m .lianxi_ml { width: 100%;float: none; overflow: hidden; padding: 20px 20px 20px 20px;}

	.lianxi_mr {  width: 100%;float: none; overflow: hidden;}

	.contact_ny ul li  { width: 100%;  }

	.lianxi_mr_m { padding-top: 15px; padding-bottom: 20px; }

	.lianxi_m .lianxi_ml .lianxi_ml_m { font-size: 24px; }

	.lianxi_m .lianxi_ml .lianxi_ml_s { width: 290px; line-height: 48px; font-size: 24px; }

	.lianxi_m .lianxi_ml .lianxi_ml_en { font-size: 20px; line-height: auto; }

}
</pre></body></html>